returns the list of classes in a project
The response body is of type Array[scadaClass].
search results matching criteria
Overview
 |
Array[scadaClass]
 |
scadaClass
CIMPLICITY class definition
 |
classId : string
the unique ID for this class
|
 |
description : string
the description for this class
|
 |
classVersion : integer
the version number for this class, incremented with each change made to the class
|
 |
dataItems : Array[dataItem]
an array of the data items of this class
 |
dataItemId : string
|
 |
dataType : string
the CIMPLICITY data type for this data item
|
 |
numElements : integer
|
 |
description : string
the description of this data item
| |
 |
compositeMembers : Array[compositeMember]
an array of the child members of this class
 |
memberId : string
the unique ID for this composite member of the class
|
 |
classId : string
the ID of the child class this composite member is made from
|
 |
description : string
the description of this composite member
| | | |